When using a video object, it is a function that can play/stop the video screen.
@VideoPreview(string class_name, char flag);
กก
Functions that can play (flag=1)/stop (flag=0) the video screen
Parameters
Class_Name The ClassName of the video object.
Flag 1 : Screen Play/ 0 : Screen Freeze
Example)
@VideoPreview("Video1", 0);
Description : Stop the video of a video object with the Class_Name Video1.
@VideoPreview("Video1", 1);
Description : Play the video of a video object with the Class_Name Video1.